home *** CD-ROM | disk | FTP | other *** search
- object SPOPSetupDlg: TSPOPSetupDlg
- Left = 192
- Top = 107
- ActiveControl = ServerEdit
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 246
- ClientWidth = 363
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 345
- Height = 193
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 59
- Height = 13
- Caption = 'POP Server:'
- end
- object Label2: TLabel
- Left = 24
- Top = 60
- Width = 56
- Height = 13
- Caption = 'User Name:'
- end
- object Label3: TLabel
- Left = 24
- Top = 96
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Label5: TLabel
- Left = 24
- Top = 132
- Width = 71
- Height = 13
- Caption = 'Log File Name:'
- end
- object OKButton: TButton
- Left = 184
- Top = 211
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object CancelButton: TButton
- Left = 272
- Top = 211
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object ServerEdit: TEdit
- Left = 162
- Top = 20
- Width = 174
- Height = 21
- TabOrder = 0
- end
- object UserNameEdit: TEdit
- Left = 162
- Top = 56
- Width = 174
- Height = 21
- TabOrder = 1
- end
- object PasswordEdit: TEdit
- Left = 162
- Top = 92
- Width = 174
- Height = 21
- TabOrder = 2
- end
- object LogFileNameEdit: TEdit
- Left = 162
- Top = 128
- Width = 174
- Height = 21
- TabOrder = 3
- end
- object AsIsCheckBox: TCheckBox
- Left = 24
- Top = 168
- Width = 152
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Save Msgs "as is" (Debug)'
- TabOrder = 6
- end
- end
-